projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3829bcc
)
(elide-head): Don't make intangible.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Thu, 7 Nov 2002 18:49:48 +0000
(18:49 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Thu, 7 Nov 2002 18:49:48 +0000
(18:49 +0000)
lisp/elide-head.el
patch
|
blob
|
history
diff --git
a/lisp/elide-head.el
b/lisp/elide-head.el
index cae63481d14b79b184e13afbeef0dcaf10388f93..8a5f62d0e5079f8065958245b8d836f2259cf62e 100644
(file)
--- a/
lisp/elide-head.el
+++ b/
lisp/elide-head.el
@@
-105,7
+105,6
@@
This is suitable as an entry on `find-file-hook' or appropriate mode hooks."
(move-overlay elide-head-overlay (point-marker) end)
(setq elide-head-overlay (make-overlay (point-marker) end)))
(overlay-put elide-head-overlay 'invisible t)
- (overlay-put elide-head-overlay 'intangible t)
(overlay-put elide-head-overlay 'evaporate t)
(overlay-put elide-head-overlay 'after-string "...")))))))